Class CertSigningInfoEvent
java.lang.Object
com.netscape.certsrv.logging.LogEvent
com.netscape.certsrv.logging.SignedAuditEvent
com.netscape.certsrv.logging.event.CertSigningInfoEvent
-
Field Summary
FieldsFields inherited from class com.netscape.certsrv.logging.SignedAuditEvent
attributes, NAME_VALUE_DELIMITER, NAME_VALUE_PAIRS_DELIMITER, PASSWORD_MASK, RULENAME
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CertSigningInfoEvent
createSuccessEvent
(String subjectID, String ski) static CertSigningInfoEvent
createSuccessEvent
(String subjectID, String ski, AuthorityID authorityID) Methods inherited from class com.netscape.certsrv.logging.SignedAuditEvent
encodeMap, getAttribute, getAttributeList, getAttributes, getParameters, setAttribute, setAttribute
Methods inherited from class com.netscape.certsrv.logging.LogEvent
getEventType, getLevel, getMessage, getMultiline, getNTEventType, getSource, getTimeStamp, setEventType, setLevel, setMessage, setMultiline, setParameters, setSource, toString
-
Field Details
-
CERT_SIGNING_INFO
- See Also:
-
-
Constructor Details
-
CertSigningInfoEvent
public CertSigningInfoEvent()
-
-
Method Details
-
createSuccessEvent
public static CertSigningInfoEvent createSuccessEvent(String subjectID, String ski) throws IOException - Throws:
IOException
-
createSuccessEvent
public static CertSigningInfoEvent createSuccessEvent(String subjectID, String ski, AuthorityID authorityID) throws IOException - Throws:
IOException
-